home *** CD-ROM | disk | FTP | other *** search
/ CorelDRAW! 7 / CorelDraw 7 cd-key DR7-9868904M35.iso / draw / scripts / presets6 / metallic.csc < prev    next >
Encoding:
Text File  |  1996-10-24  |  1.2 KB  |  30 lines

  1. REM 
  2. REM REM Converted from a DRAW PRESET binary to a DRAW RECORDING script
  3.  
  4. WITHOBJECT "CorelDraw.Automation.7"
  5.     .StartOfRecording 
  6.     .SuppressPainting 
  7.     .RecorderStorePreselectedObjects TRUE
  8.     .RecorderSelectObjectByIndex TRUE, 1
  9.     .ApplyExtrude 4, 0, 0, 30, 20065, 31749, TRUE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
  10.     .RecorderSelectPreselectedObjects TRUE
  11.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  12. rem    .ApplyOutline 762, 1, 1, 1, 100, -450, 0, -1, -1, FALSE, 2, 0, TRUE
  13.     .SetOutlineColor 2, 0, 0, 0, 100
  14.     .RecorderSelectPreselectedObjects TRUE
  15.     .RecorderSelectObjectsByIndex FALSE, 2, -1, -1, -1, -1
  16.     .ApplyFountainFill 0, 0, 0, 0, 256, 0, 3, 50
  17.     .SetFountainFillColor 0, 5, 12, 10, 14, 0
  18.     .SetFountainFillColor 3, 5, 15, 0, 100, 0
  19.     .SetFountainFillColor 9, 5, 60, 0, 154, 0
  20.     .SetFountainFillColor 20, 5, 197, 209, 255, 0
  21.     .SetFountainFillColor 24, 5, 255, 255, 255, 0
  22.     .SetFountainFillColor 57, 5, 66, 112, 193, 0
  23.     .SetFountainFillColor 77, 5, 57, 9, 164, 0
  24.     .SetFountainFillColor 94, 5, 19, 0, 100, 0
  25.     .SetFountainFillColor 99, 5, 0, 0, 103, 0
  26.     .SetFountainFillColor 100, 5, 12, 10, 14, 0
  27.     .ResumePainting 
  28.     .EndOfRecording 
  29. END WITHOBJECT
  30.